home *** CD-ROM | disk | FTP | other *** search
/ Spiceworld The Movie - Interactive CD-ROM / Spiceworld The Movie: Interactive CD-ROM.iso / pc / spice.exe / spice.dxr / 00002.ls next >
Encoding:
Text File  |  1997-12-04  |  262 b   |  9 lines

  1. on exitFrame
  2.   if not (the quickTimePresent) then
  3.     alert("The SpiceWorld CD-ROM requires Quicktime‚Ñ¢." & RETURN & "Please refer to your computer manuals for more information.")
  4.     quit()
  5.   else
  6.     go(1, the pathName & "elements\spiceone.dir")
  7.   end if
  8. end
  9.